Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/app.js
8 Views
0 Comments
const form = document.querySelector("form");
const input = document.querySelector("input");
const reposContainer = document.quer
git-fork_1.svg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/git-fork_1.svg
32 Views
0 Comments
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/index.html
14 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/style.css
10 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

a {
text-decoration: none;